Skip to content

Bump nhsuk-frontend from 10.6.0 to 10.6.1 - #5

Merged
frankieroberto merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.1
Aug 26, 2026
Merged

Bump nhsuk-frontend from 10.6.0 to 10.6.1#5
frankieroberto merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nhsuk-frontend-10.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps nhsuk-frontend from 10.6.0 to 10.6.1.

Release notes

Sourced from nhsuk-frontend's releases.

v10.6.1

10.6.1 - 25 August 2026

Note: This release was created from the support/10.x branch.

🗑️ Deprecated features

Rename the label and legend isPageHeading option

We've deprecated the isPageHeading Nunjucks option for labels and legends and added the heading option.

If you're using any form component Nunjucks macro with the isPageHeading option, you should:

  • rename text to heading
  • remove isPageHeading: true
  {{ characterCount({
    label: {
-     text: "Can you provide more detail?",
+     heading: "Can you provide more detail?",
-     isPageHeading: true,
      size: "l"
    },
    name: "more-detail",
    maxlength: 350,
    countType: "characters"
  }) }}

Other heading options can be configured if necessary. For example, using heading.id and heading.level when a label acts as an <h2> heading for a landmark:

- <aside>
+ <aside aria-labelledby="search-heading">
    {{ searchInput({
      label: {
        text: "Search",
-       size: "s"
+       size: "s",
+       heading: {
+         id: "search-heading",
+         level: 2
+       }
      }
    }) }}
&lt;!-- // … --&gt;

</aside>

... (truncated)

Changelog

Sourced from nhsuk-frontend's changelog.

10.6.1 - 25 August 2026

Note: This release was created from the support/10.x branch.

🗑️ Deprecated features

Rename the label and legend isPageHeading option

We've deprecated the isPageHeading Nunjucks option for labels and legends and added the heading option.

If you're using any form component Nunjucks macro with the isPageHeading option, you should:

  • rename text to heading
  • remove isPageHeading: true
  {{ characterCount({
    label: {
-     text: "Can you provide more detail?",
+     heading: "Can you provide more detail?",
-     isPageHeading: true,
      size: "l"
    },
    name: "more-detail",
    maxlength: 350,
    countType: "characters"
  }) }}

Other heading options can be configured if necessary. For example, using heading.id and heading.level when a label acts as an <h2> heading for a landmark:

- <aside>
+ <aside aria-labelledby="search-heading">
    {{ searchInput({
      label: {
        text: "Search",
-       size: "s"
+       size: "s",
+       heading: {
+         id: "search-heading",
+         level: 2
+       }
      }
    }) }}
&lt;!-- // … --&gt;

</aside>

... (truncated)

Commits
  • ee96515 Merge pull request #2070 from nhsuk/release-v10.6.1
  • 065b7db Update package version to v10.6.1
  • a53d4c9 Merge pull request #1670 from nhsuk/heading-level
  • a47e924 Add changelog entries
  • 104b86a Fix macro option typo
  • a9cfda9 Fix macro option description for breadcrumb items option
  • 1049922 Fix macro option description for task list id option
  • 357cfe3 Update macro options for button type or href options
  • 03b41bb Update reference images
  • 185df25 Update reference images from previous release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nhsuk-frontend](https://github.com/nhsuk/nhsuk-frontend) from 10.6.0 to 10.6.1.
- [Release notes](https://github.com/nhsuk/nhsuk-frontend/releases)
- [Changelog](https://github.com/nhsuk/nhsuk-frontend/blob/main/CHANGELOG.md)
- [Commits](nhsuk/nhsuk-frontend@v10.6.0...v10.6.1)

---
updated-dependencies:
- dependency-name: nhsuk-frontend
  dependency-version: 10.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2026
@frankieroberto
frankieroberto temporarily deployed to nhs-app-prot-dependabot-iashuz August 25, 2026 19:05 Inactive
@frankieroberto
frankieroberto merged commit 42ec4cd into main Aug 26, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/nhsuk-frontend-10.6.1 branch August 26, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant